-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add net8.0-windows to WinAppSdk #165
Conversation
…odeAnalysis.Analyzers
Still blocked on the issue detailed here, but msbuild extras has been fully removed from all targets except UWP, and all resulting errors have been fixed. A few (new?) warnings that need resolved, either here or in a separate PR: Release tracking and diagnostic descriptor formatting:
A warning about an EnforceExtendedAnalyzerRules property that needs to be enabled for our source generators:
A few conflicts with System.Collections.Immutable on the test heads that need resolved:
Wasm head might need an explicit reference to the latest Microsoft.CodeAnalysis packages:
|
Looks like our blocker was resolved by this commit, but some lingering issues still remain regarding package conflicts and new analyzer warnings (see here). |
Looks like something broke when |
This PR adds
net8.0-windows10.0.22621.0
as a supported TargetFramework on all WinAppSdk components.Closes #164